mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fix indent thing for pointdefense
This commit is contained in:
@@ -138,16 +138,15 @@
|
||||
M.adjustBrainLoss(20)
|
||||
M.hallucination += 20
|
||||
|
||||
/obj/item/projectile/icarus/pointdefense
|
||||
process()
|
||||
Icarus_FireLaser(get_turf(original))
|
||||
spawn(1)
|
||||
del src
|
||||
/obj/item/projectile/icarus/pointdefense/process()
|
||||
Icarus_FireLaser(get_turf(original))
|
||||
spawn
|
||||
del src
|
||||
|
||||
return
|
||||
return
|
||||
|
||||
/obj/item/projectile/icarus/guns/process()
|
||||
Icarus_FireCannon(get_turf(original))
|
||||
spawn
|
||||
del src
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user