RPD refactor

Adds rpd_act proc to do stuff instead of doing it all in one big
afterattack proc
Removes RPD_ALLOWED_HERE flag as it is now redundant
This commit is contained in:
Citinited
2018-04-29 18:56:18 +01:00
parent 6d06e9afb7
commit ce42a6d952
15 changed files with 163 additions and 88 deletions
+3
View File
@@ -79,6 +79,9 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f
/obj/structure/window/narsie_act()
color = "#7D1919"
/obj/structure/window/rpd_act()
return
/obj/structure/window/singularity_pull(S, current_size)
if(current_size >= STAGE_FIVE)
destroy()