MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002264 | Zandronum | [All Projects] Bug | public | 2015-05-27 01:08 | 2015-06-23 22:55 |
|
Reporter | Dusk | |
Assigned To | Edward-san | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | |
Platform | | OS | | OS Version | |
Product Version | 3.0-beta | |
Target Version | 3.0 | Fixed in Version | | |
|
Summary | 0002264: A_SetScale doesn't work online |
Description | Consider the following DECORATE. The imp should shrink as it loses health, eventually becoming tiny when its health goes very low. Online this does not happen and the imp stays giant size.
Additionally, when reconnecting to the server, the imp's corpse will appear normal sized (instead of huge as the initial desync is or tiny as it should be) |
Steps To Reproduce |
ACTOR ShrinkingImp : DoomImp replaces DoomImp
{
Health 600
PainChance 0
States
{
See:
TROO A 0 A_SetScale (0.2 + (health / 300))
TROO ABCD 4 A_Chase
loop
Melee:
Missile:
stop
}
}
|
Additional Information | |
Tags | No tags attached. |
Relationships | duplicate of | 0002247 | closed | Edward-san | A_SetScale weirdness online |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-27 01:08 | Dusk | New Issue | |
2015-06-23 20:20 | Edward-san | Note Added: 0012778 | |
2015-06-23 20:20 | Edward-san | Assigned To | => Edward-san |
2015-06-23 20:20 | Edward-san | Status | new => needs review |
2015-06-23 22:55 | Dusk | Relationship added | duplicate of 0002247 |
2015-06-23 22:55 | Dusk | Status | needs review => closed |
2015-06-23 22:55 | Dusk | Resolution | open => duplicate |