mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Revert Limb Transform (#1136)
Because we actually want to keep it. Even if BYOND is silly with its AA application.
This commit is contained in:
@@ -735,7 +735,11 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
|
||||
switch(disintegrate)
|
||||
if(DROPLIMB_EDGE)
|
||||
// compile_icon() used to be here, but it's causing issues, so RIP.
|
||||
add_blood(victim)
|
||||
var/matrix/M = matrix()
|
||||
M.Turn(rand(180))
|
||||
src.transform = M
|
||||
if(!clean)
|
||||
//Throw limb around.
|
||||
if(src && istype(loc,/turf))
|
||||
|
||||
Reference in New Issue
Block a user