mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Bugfixes
This commit is contained in:
@@ -496,7 +496,7 @@
|
||||
sleep(48)
|
||||
del(animation)
|
||||
|
||||
var/mob/living/carbon/human/O = new( src )
|
||||
var/mob/living/carbon/human/human/O = new( src )
|
||||
if(Mo.greaterform)
|
||||
O.set_species(Mo.greaterform)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name = "magboots"
|
||||
icon_state = "magboots0"
|
||||
var/magpulse = 0
|
||||
species_restricted = list()
|
||||
species_restricted = null
|
||||
|
||||
|
||||
verb/toggle()
|
||||
|
||||
Reference in New Issue
Block a user